home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4174 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.easysoft.com!not-for-mail
  2. From: nick@news.easysoft.com (Nick Gorham)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: FAR_DATA in DGROUP - Linker Trouble
  5. Date: 2 Feb 1996 13:23:51 -0000
  6. Organization: Eastsoft Ltd.
  7. Message-ID: <4et397$45u@lodur.easysoft.com>
  8. References: <4bdgl4$3i7@newsbf02.news.aol.com> <4dtj14$j9o@damage.usa1.net> <4e5ggo$50m@news.bellglobal.com>
  9. NNTP-Posting-Host: localhost.easysoft.com
  10. X-NNTP-Posting-Host: lodur.easysoft.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. : : >I'm having a Borland C++ linker error "DGROUP exceeds 64K".  Is the
  14. : : >FAR_DATA class supposed to be mapped to the DGROUP group?
  15.  
  16. : : >Tom - Salem, OR
  17.  
  18. Its off the point of the group, but having had the same problem
  19. myself :- 
  20.  
  21. Borland C apears to bunch data segments together, even with the large
  22. memory model, so the obvious _use a different model_ answer don't
  23. help much. The answer I have found, and I would love to find a better
  24. one is to use the compiler switch to generate separate segments for 
  25. data item's over a certain size ( I think its -F ), however on its
  26. own it's not much use, reduce the far data threshold so more items
  27. fall within the selection size range, can't remember the opt for
  28. this but it's in the manual.
  29.  
  30. Hope this helps
  31.  
  32. Nick Gorham - nick@easysoft.com
  33.